Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps org.codehaus.mojo:properties-maven-plugin from 1.0.0 to 1.3.0.

Release notes

Sourced from org.codehaus.mojo:properties-maven-plugin's releases.

1.3.0

🚀 New features and improvements

👻 Maintenance

🔧 Build

📦 Dependency updates

1.2.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • 91a2ade [maven-release-plugin] prepare release properties-maven-plugin-1.3.0
  • bf56d32 Bump org.codehaus.mojo:mojo-parent from 94 to 95
  • 80e20be Bump org.codehaus.mojo:mojo-parent from 93 to 94
  • e8ae7a5 Bump org.yaml:snakeyaml from 2.4 to 2.5
  • bb39c3d Bump org.codehaus.mojo:mojo-parent from 92 to 93
  • b41267b Bump org.codehaus.mojo:mojo-parent from 91 to 92
  • bb548c5 Bump org.codehaus.mojo:mojo-parent from 87 to 91
  • 3ffa9cb Use Sisu plugin
  • 7adbe3b Require Maven 3.6.3
  • 407342f Bump org.yaml:snakeyaml from 2.3 to 2.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](mojohaus/properties-maven-plugin@properties-maven-plugin-1.0.0...properties-maven-plugin-1.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 19, 2026
@github-actions
Copy link

PR: #39
Mode: squash
Topic: GH-sandbox-39
Change-Ids:
Ie2c74c14d51bd5bfa30ce9ad47936dc9410af23e
Digest: f10fc1c09afd
GitHub-Hash: 6d1b0af71a2b8476

Note: This metadata is also included in the Gerrit commit message for reconciliation.

@github-actions
Copy link

Change raised in Gerrit by GitHub2Gerrit: https://gerrit.linuxfoundation.org/infra/c/sandbox/+/74064

lfit-replication pushed a commit that referenced this pull request Jan 29, 2026
…1.0.0 to 1.3.0

Bumps org.codehaus.mojo:properties-maven-plugin from 1.0.0 to 1.3.0.
## Release notes

Sourced from org.codehaus.mojo:properties-maven-plugin's releases.

1.3.0

🚀 New features and improvements

Feature Request: add yml properties manager (#134) @​mattmeye
Include/exclude project properties (#126) @​reda-alaoui

👻 Maintenance

Use Sisu plugin (#140) @​slachiewicz

🔧 Build

Bump release-drafter/release-drafter from 5 to 6 (#120) @dependabot[bot]

📦 Dependency updates

Bump org.codehaus.mojo:mojo-parent from 94 to 95 (#156) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 93 to 94 (#154) @dependabot[bot]
Bump org.yaml:snakeyaml from 2.4 to 2.5 (#153) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 92 to 93 (#152) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 91 to 92 (#149) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 87 to 91 (#148) @dependabot[bot]
Require Maven 3.6.3 (#139) @​slachiewicz
Bump org.yaml:snakeyaml from 2.3 to 2.4 (#138) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 86 to 87 (#137) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#132) @dependabot[bot]
Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#133) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#131) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 80 to 84 (#130) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#122) @dependabot[bot]
Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#125) @dependabot[bot]
Bump apache/maven-gh-actions-shared from 3 to 4 (#124) @dependabot[bot]
Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#119) @dependabot[bot]

1.2.1

🚀 New features and improvements

Introduce properties manager for easy implements other properties formats (#113) @​slawekjaranowski
read-project-properties optimization - set all properties in one call (#112) @​slawekjaranowski

🐛 Bug Fixes

Avoid NPE on outputFile checking (#114) @​slawekjaranowski
Fix unwarranted circular property definition error from CircularDefinitionPreventer (#110) @​PayBas

📦 Dependency updates

Bump org.codehaus.mojo:mojo-parent from 76 to 77 (#108) @​dependabot

... (truncated)

## Commits

91a2ade [maven-release-plugin] prepare release properties-maven-plugin-1.3.0
bf56d32 Bump org.codehaus.mojo:mojo-parent from 94 to 95
80e20be Bump org.codehaus.mojo:mojo-parent from 93 to 94
e8ae7a5 Bump org.yaml:snakeyaml from 2.4 to 2.5
bb39c3d Bump org.codehaus.mojo:mojo-parent from 92 to 93
b41267b Bump org.codehaus.mojo:mojo-parent from 91 to 92
bb548c5 Bump org.codehaus.mojo:mojo-parent from 87 to 91
3ffa9cb Use Sisu plugin
7adbe3b Require Maven 3.6.3
407342f Bump org.yaml:snakeyaml from 2.3 to 2.4
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: Ie2c74c14d51bd5bfa30ce9ad47936dc9410af23e
GitHub-PR: #39
GitHub-Hash: 6d1b0af71a2b8476
Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants